home *** CD-ROM | disk | FTP | other *** search
- echo " "
- if exists rexx:paragraph.textra
- echo "The Textra/ARexx scripts are already installed."
- else
- echo "Installing the Textra/ARexx scripts..."
- copy scripts/#?.textra rexx: clone quiet
- echo "Installation complete."
- endif
-
- echo " "
- ask "RETURN to continue..."
- ;echo "*"*E[0;0H*E[J*" "
- echo " "
- echo "Currently available Textra/ARexx scripts..."
- echo " "
- dir "rexx:#?.textra"
- echo " "
- ask "RETURN to continue..."
- echo " "
- echo "You may now enter any of the above names (WITHOUT the '.textra'"
- echo "extension) into the 'Utilities, AREXX...' menu item requester"
- echo "(with any required or optional arguments). For example:"
- echo " "
- echo " whereami"
- echo " "
- echo " -- OR --"
- echo " "
- echo " paragraph 8 4 70"
- echo " "
- echo "Refer to the scripts themselves for usage information."
- echo " "
- ask "RETURN to continue..."
- echo " "
- echo "Exiting..."
-